ContextImplBase

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

attachPipeline
void attachPipeline()
Undocumented in source. Be warned that the author may not have intended to support it.
detachPipeline
void detachPipeline()
Undocumented in source. Be warned that the author may not have intended to support it.
getDirection
HandlerDir getDirection()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(PipelineBase pipeline, H handler)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextIn
void setNextIn(PipelineContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextOut
void setNextOut(PipelineContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

handler
auto handler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_handler
H _handler;
Undocumented in source.
_impl
Context _impl;
Undocumented in source.
_nextIn
InboundLink!(H.rout) _nextIn;
Undocumented in source.
_nextOut
OutboundLink!(H.wout) _nextOut;
Undocumented in source.
_pipeline
PipelineBase _pipeline;
Undocumented in source.

Inherited Members

From PipelineContext

~this
~this()
Undocumented in source.
attachPipeline
void attachPipeline()
Undocumented in source.
detachPipeline
void detachPipeline()
Undocumented in source.
attachContext
void attachContext(H handler, HandlerContext ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
setNextIn
void setNextIn(PipelineContext ctx)
Undocumented in source.
setNextOut
void setNextOut(PipelineContext ctx)
Undocumented in source.
getDirection
HandlerDir getDirection()
Undocumented in source.

Meta